home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / blocks / pagem.texblock < prev    next >
Text File  |  1991-10-23  |  475b  |  12 lines

  1. %  Default page dimensions and margins
  2. \pageformat{\pagelength{11in}  % 792pt = 11in
  3.             \pagewidth{8.5in}   % 612pt = 8.5in
  4.             \topmargin{1in}    % 72pt = 1in
  5.             \bottommargin{1in}
  6.             \leftmargin{1.2in}   % 86pt = 1.2in
  7.             \rightmargin{1in}
  8.             \bindingadjust{0in} % none
  9. }% end page format
  10. \raggedbottom                   % allows the bottom line to fluctuate up
  11.                                 % and down a couple lines
  12.